type net/http.http2sortPriorityNodeSiblingsRFC7540
5 uses
net/http (current package)
h2_bundle.go#L11594: sort.Sort(http2sortPriorityNodeSiblingsRFC7540(*tmp))
h2_bundle.go#L11606: type http2sortPriorityNodeSiblingsRFC7540 []*http2priorityNodeRFC7540
h2_bundle.go#L11608: func (z http2sortPriorityNodeSiblingsRFC7540) Len() int { return len(z) }
h2_bundle.go#L11610: func (z http2sortPriorityNodeSiblingsRFC7540) Swap(i, k int) { z[i], z[k] = z[k], z[i] }
h2_bundle.go#L11612: func (z http2sortPriorityNodeSiblingsRFC7540) Less(i, k int) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |